-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix expressions 2 #526
Merged
Merged
Fix expressions 2 #526
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-subtree-dir: components/version_info git-subtree-split: 737f4cc3d91409d092991dc6834788b9e4c5613a
git-subtree-dir: extensions/buildflags git-subtree-split: 835b1103d31bdb8a2df943e3c837099a79e930ad
No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: Ib15dd68154821b937d2b28f62411ba09b88e0b39 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2050235 Reviewed-by: Liviu Rau <[email protected]> git-subtree-dir: third_party/devtools git-subtree-split: 0d4095e47ca0e972e04efecf7772a8d12b60c665
It was squashed into commit 88bc326.
b/299524777 Change-Id: Iec9da5b0417b15385ec338943826dce05045bbad
b/301163476 Remove "-g" for devel, debug CI builds - this helps reduce binary sizes on CI while not affecting debug info locally. Add "-gline-tables-only" for older windows platforms to get debuggable info locally and in production.
1. Allow string input in H5vccSettings::Set. 2. Rename DisableMediaCodec to MediaCodecBlockList. 3. Block only the codecs in the list based on string matching. 4. MediaCodecBlockList blocks only string input separated by semicolon. If it is empty string, it allows all codecs. Examples are: // "av01": block only av1 codec // "avc1;avc3": block only h264 codec // "vp09;vp9": block only vp9 codec // "": allow all codecs b/300950119
oxve
added
cp-22.lts.1+
Cherry Pick to the 22.lts.1+ branch
cp-21.lts.1+
Cherry Pick to the 21.lts.1+ branch
cp-20.lts.1+
Cherry Pick to the 20.lts.1+ branch
labels
Sep 22, 2023
Adds check to see if the newer version of the win sdk is available before attempting to run makeappx and signtool, then falls back to 10.0.22000.0 if 10.0.22621.0 isn't found. b/299672207 Change-Id: I2e9ed373a940c30367aa095ff2a254ec5232dd83
Datadog ReportBranch report: ✅ |
In order to test SbTimeZoneGetCurrent(), we need to set a time zone first. Here we add a new time zone API as a starboard extension to set time zone. We start with Linux implementation. Will have follow up PR to add implementations for all first party platforms. This will help catch the issue if a platform forget to implement SbTimeZoneGetCurrent() which always return 0. b/300108997
b/284140486
These functions are given alternative signatures to avoid symbol collision during linking of modular-toolchain versions of the NX platform. During build, we will pass these defines via the toolchain definition to switch the names over as desired. b/246855300
Increase max ping count from 20 to 60 and max ping length from 128 to 1024. b/301313509
git-subtree-dir: third_party/harfbuzz-ng git-subtree-split: ba6eb95383b3c41f6b91ce448bdc2bd3e39e1b8b
It was squashed into commit 88bc326.
git-subtree-dir: third_party/jinja2 git-subtree-split: 80c41737f982b17b0c5e7c9cb05dfbfde366be15
b/298967828 Change-Id: Ibbf739aac23401622b2751a0f0f3af3f169457db
b/300108997
b/299672207 Change-Id: Ic90a8805fa9bc6ec7a99ffe55c318f44b82f85cb
This updates games-activity from version 1.2.2. to version 2.0.2. b/302378452
Added launcher infrastructure for AH212 RDK (v5) as independent RDK platform. b/293172465
The loader app (for modular toolchain builds) currently only relies on starboard_loader.cc as the source. For NX, we require additional sources, and those can be provided by setting the value of the newly added variable extra_platform_loader_sources in the configuration.gni file for that platform. b/246855300
Native crash due to fault address of video_stream_, cleanup video_stream_ & audio_stream_ after demuxer_ stops. b/301284907
oxve
removed
cp-22.lts.1+
Cherry Pick to the 22.lts.1+ branch
cp-21.lts.1+
Cherry Pick to the 21.lts.1+ branch
cp-20.lts.1+
Cherry Pick to the 20.lts.1+ branch
labels
Sep 28, 2023
oxve
force-pushed
the
oxv/cp-change-2
branch
from
September 28, 2023 23:39
140484b
to
c5c6541
Compare
oxve
added
cp-23.lts.1+
Cherry Pick to the 23.lts.1+ branch
cp-22.lts.1+
Cherry Pick to the 22.lts.1+ branch
cp-21.lts.1+
Cherry Pick to the 21.lts.1+ branch
cp-20.lts.1+
Cherry Pick to the 20.lts.1+ branch
labels
Sep 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cp-20.lts.1+
Cherry Pick to the 20.lts.1+ branch
cp-21.lts.1+
Cherry Pick to the 21.lts.1+ branch
cp-22.lts.1+
Cherry Pick to the 22.lts.1+ branch
cp-23.lts.1+
Cherry Pick to the 23.lts.1+ branch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.